home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue52 / Alfresco / StrStuff.dfm < prev    next >
Encoding:
Text File  |  1999-10-31  |  1.4 KB  |  80 lines

  1. object Form1: TForm1
  2.   Left = 194
  3.   Top = 112
  4.   Width = 316
  5.   Height = 164
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 73
  20.     Height = 13
  21.     Caption = 'Enter some text'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 16
  25.     Top = 64
  26.     Width = 32
  27.     Height = 13
  28.     Caption = 'Label2'
  29.   end
  30.   object Label3: TLabel
  31.     Left = 16
  32.     Top = 88
  33.     Width = 32
  34.     Height = 13
  35.     Caption = 'Label3'
  36.   end
  37.   object Label4: TLabel
  38.     Left = 16
  39.     Top = 112
  40.     Width = 32
  41.     Height = 13
  42.     Caption = 'Label4'
  43.   end
  44.   object Edit1: TEdit
  45.     Left = 16
  46.     Top = 32
  47.     Width = 121
  48.     Height = 21
  49.     TabOrder = 0
  50.     Text = 'Edit1'
  51.   end
  52.   object Button1: TButton
  53.     Left = 176
  54.     Top = 16
  55.     Width = 121
  56.     Height = 25
  57.     Caption = 'Show Hidden Data'
  58.     TabOrder = 1
  59.     OnClick = Button1Click
  60.   end
  61.   object Button2: TButton
  62.     Left = 176
  63.     Top = 56
  64.     Width = 121
  65.     Height = 25
  66.     Caption = 'Inc Reference Count'
  67.     TabOrder = 2
  68.     OnClick = Button2Click
  69.   end
  70.   object Button3: TButton
  71.     Left = 176
  72.     Top = 96
  73.     Width = 121
  74.     Height = 25
  75.     Caption = 'Dec Reference Count'
  76.     TabOrder = 3
  77.     OnClick = Button3Click
  78.   end
  79. end
  80.